home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / regen01.exe / REGENUM.EXE / 0 / RCDATA / TOKRIGHTDLG / TOKRIGHTDLG.txt
Text File  |  1998-09-02  |  1KB  |  68 lines

  1. object OKRightDlg: TOKRightDlg
  2.   Left = 313
  3.   Top = 225
  4.   BorderStyle = bsDialog
  5.   Caption = 'Other Options'
  6.   ClientHeight = 86
  7.   ClientWidth = 229
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 129
  19.     Height = 69
  20.     Shape = bsFrame
  21.   end
  22.   object el_edIndent: TEnhLabel
  23.     Left = 19
  24.     Top = 23
  25.     Width = 33
  26.     Height = 13
  27.     Caption = 'Indent:'
  28.     FocusControl = edIndent
  29.   end
  30.   object OKBtn: TButton
  31.     Left = 148
  32.     Top = 12
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'OK'
  36.     Default = True
  37.     TabOrder = 0
  38.     OnClick = OKBtnClick
  39.   end
  40.   object CancelBtn: TButton
  41.     Left = 148
  42.     Top = 42
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50.   object edIndent: TLblEdit
  51.     Left = 60
  52.     Top = 20
  53.     Width = 29
  54.     Height = 21
  55.     TabOrder = 2
  56.     Text = '5'
  57.     LabelComponent = el_edIndent
  58.   end
  59.   object cbAddToResults: TCheckBox
  60.     Left = 28
  61.     Top = 52
  62.     Width = 97
  63.     Height = 17
  64.     Caption = 'Add to results'
  65.     TabOrder = 3
  66.   end
  67. end
  68.